home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / HTML_ PageSpinner 1.2.2at / PageSpinner 1.2.2.sit / PageSpinner 1.2.2 / About WorldScript next >
Text File  |  1996-11-11  |  1KB  |  22 lines

  1. About WorldScript
  2.  
  3. This version of PageSpinner should now be WorldScript II-compliant. WorldScript input with e g Japanese input should work if the file is saved as Mac Text. Bidirectional scripts, like Arabic are not supported.
  4.  
  5. Use the Default Filing options╔ in the File:Preferences menu to set the default file format to Mac TEXT.
  6.  
  7. Select which fonts to use in the Editor... option in the File:Preferences menu.
  8.  
  9. To make older files or the files included in the JavaScript and Examples folders compatible with WorldScript you will need to open the file and use the Set Filing Options╔ in the File menu to set the file to be saved as Mac TEXT.
  10.  
  11.  
  12. About 2-byte characters in comments and JavaScript
  13. 2-byte characters are by default not supported in HTML comments and JavaScript, because the font used for comments are preset to Monaco 9.
  14.  
  15. If you want a 2-byte compatible font to be used, you need to change the font name for the Comment, Script and possibly the Example tag. You can do this by editing the following rows in the file in the file "HTML Tags". The file is located in PageSpinner's "Settings" folder. Open the file with a text editor and change the text "Monaco" to the name of the fixed font that support 2-byte characters in your system.
  16.  
  17. <XMP>    </XMP>    726    Example Code    0    9    1    Monaco
  18. <SCRIPT>    </SCRIPT>    0    Java Script    0    9    1    Monaco
  19. <!--    -->    588    Comment    0    9    1    Monaco
  20.  
  21. Read more about how to do this in the file "tech_notes.html" located in the "Documentation" folder.
  22.